Use the dollar sign ($) to create a Currency value.
$10000 -$20 $1.23
You can also use the CCur function. The initial C in CCur stands for convert and it can be used to convert Number values to Currency values:
CCur (10000) CCur (-20) CCur (1.23)
| Seagate Software, Inc. http://www.seagatesoftware.com Please send comments to: techpubs@seagatesoftware.com |